home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / usoft / 16 / xpldmo6.exe / xpldmo6.DXR / 00071.ls < prev    next >
Encoding:
Text File  |  1994-09-24  |  202 b   |  12 lines

  1. on exitFrame
  2.   global theStartTicks, theSCardOK
  3.   if theSCardOK <> 0 then
  4.     exit
  5.   end if
  6.   if the ticks > (theStartTicks + (60 * 14)) then
  7.     go(the frame + 1)
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.